home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 3_Gadgets / gdAmp / gdamp.gg / main.xml < prev    next >
Text File  |  2007-08-14  |  3KB  |  50 lines

  1. ∩╗┐<!-- gdAmp - Copyright (c) Aug 2007 Krzysztof Olczyk -->
  2. <view height="59" width="175" onclose="view_onClose()" onopen="view_onOpen()"
  3.  >
  4.     <div height="100%" opacity="50" width="100%" background="#000000"/>
  5.     <div height="20" opacity="100" width="100%" background="#000000"/>
  6.     <div height="20" hitTest="htclient" name="dTitleBar" tooltip="&TITLETOOLTIP;"
  7.       width="170"/>
  8.     <progressbar enabled="true" height="16" hitTest="htclient" name="pbPosition"
  9.       opacity="180" width="127" x="4" y="23" onclick="posclick()"
  10.       emptyImage="stock_images\progressbar_empty.png" fullImage="stock_images\progressbar_full.png"
  11.       value="50"/>
  12.     <label height="16" name="lblTime" width="38" x="135" y="24" align="right"
  13.       bold="true" font="verdana" size="8">00:00
  14.     </label>
  15.     <img cursor="hand" enabled="true" height="20" hitTest="htclient"
  16.       name="btn0" tooltip="&PREV;" width="20" x="4" y="39"
  17.       onclick="doprev()" onmouseout="bml(0)" onmouseover="bmo(0)"
  18.       src="images\media-skip-backward.png"/>
  19.     <img cursor="hand" enabled="true" height="20" hitTest="htclient"
  20.       name="btn1" tooltip="&PLAY;" width="20" x="29" y="39"
  21.       onclick="doplay()" onmouseout="bml(1)" onmouseover="bmo(1)"
  22.       src="images\media-playback-start.png"/>
  23.     <img cursor="hand" enabled="true" height="20" hitTest="htclient"
  24.       name="btn4" tooltip="&OPEN;" width="20" x="90" y="39"
  25.       onclick="doopen()" onmouseout="bml(4)" onmouseover="bmo(4)"
  26.       src="images\media-eject.png"/>
  27.     <img cursor="hand" enabled="true" height="20" hitTest="htclient"
  28.       name="btn2" tooltip="&STOP;" width="20" x="48" y="39"
  29.       onclick="dostop()" onmouseout="bml(2)" onmouseover="bmo(2)"
  30.       src="images\media-playback-stop.png"/>
  31.     <img cursor="hand" enabled="true" height="20" hitTest="htclient"
  32.       name="btn3" tooltip="&NEXT;" width="20" x="70" y="39"
  33.       onclick="donext()" onmouseout="bml(3)" onmouseover="bmo(3)"
  34.       src="images\media-skip-forward.png"/>
  35.     <scrollbar enabled="true" height="12" hitTest="htclient" name="sb" opacity="220"
  36.       tooltip="&VOLUME;" width="56" x="115" y="43" lineStep="10"
  37.       max="255" pageStep="20" background="stock_images/scroll_background.png"
  38.       leftImage="stock_images/scrollleft_u.png" leftDownImage="stock_images/scrollleft_d.png"
  39.       leftOverImage="stock_images/scrollleft_o.png" rightImage="stock_images/scrollright_u.png"
  40.       rightDownImage="stock_images/scrollright_d.png" rightOverImage="stock_images/scrollright_o.png"
  41.       thumbDownImage="stock_images/scrollthumb_d.png" thumbImage="stock_images/scrollthumb_u.png"
  42.       thumbOverImage="stock_images/scrollthumb_o.png" onchange="sb_onchange()"/>
  43.     <label height="16" name="lblStatus" width="116" x="10" y="23" align="center"
  44.       font="verdana" size="7" valign="middle"/>
  45.     <script src="utils.js" />
  46.     <script src="main.js" />
  47.     <script src="title_anim.js" />
  48.     <script src="popups.js" />
  49. </view>
  50.